.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@font-face {
    font-family: 'chuangke';
    src: url("../img/chuangke.ttf");
}

.padding {
    padding: 70px 0;
}

.padding-top {
    padding-top: 70px;
}

.padding-bottom {
    padding-bottom: 70px;
}

.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.topper{
    background: #f5f5f5;
    line-height: 40px;
}
.topper .left{
    float: left;
    font-size:14px;
    color:#848484;
}
.topper .right{
    float: right;
}
.topper .right a{
    display: block;
    line-height: 40px;
    padding-left:25px;
    font-size:14px;
    color:#666;
    background: url("../img/toper-icon.png") no-repeat left center;
}
.topper .right a:hover{
    color:#2554ac;
}
.headerbox{
    background: #fff;
    height: 140px;
}
.headerbox .logo{
    float: left;
}
.headerbox .logo h1{
    float: left;
    margin-top: 44px;
}
.headerbox .logo .text{
    float: left;
    margin-left: 23px;
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
    margin-top: 45px;
}
.headerbox .logo .text .fir{
    font-size:26px;
    color:#333333;
    font-weight: bold;
    line-height: 53px;
}
.headerbox .logo .text .sec{
    font-size:19px;
    color:#2554ac;
}
.headerbox .tel{
    float: right;
    padding-left: 98px;
    background: url(../img/header-tel.png) no-repeat left center;
    margin-top: 41px;
}
.headerbox .tel .fir{
    font-size:16px;
    color:#7d7d7d;
}
.headerbox .tel .sec{
    font-size:32px;
    color:#2554ac;
    font-family: Impact;
}
.menubox{
    background: #2554ac;
}
.menubox ul li{
    float: left;
    width: 171px;
}
.menubox ul li>a{
    display: block;
    line-height: 70px;
    text-align:center;
    font-size:18px;
    color:#fff;
    font-weight: bold;
    position: relative;
}
.menubox ul li>a:after{
    position: absolute;
    content:"";
    width: 2px;
    height: 70px;
    background: url("../img/nav-icon.png") no-repeat center;
    right:0;
    top:0;
}
.menubox ul li:first-child>a:before{
    position: absolute;
    content:"";
    width: 2px;
    height: 70px;
    background: url("../img/nav-icon.png") no-repeat center;
    left:0;
    top:0;
}
.menubox ul li>a:hover ,.menubox ul li>a.active{
    background: #7ccf37;
}


.bannerbox .swiper-slide img{
    width: 100%;
}
.bannerbox .swiper-pagination{
    bottom: 5%;
}
.bannerbox .swiper-pagination-bullet{
    width: 60px;
    height: 9px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    margin: 0 9px;
}
.bannerbox .swiper-pagination-bullet-active{
    background: #2554ac;
}
.searchbox{
    background: #fff;
    border-bottom:1px solid #e5e5e5;
}
.searchbox .warpper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.hot-keyword{
    line-height: 30px;
}
.hot-keyword span{
    display: inline-block;
    padding-left: 30px;
    background: url(../img/hot.png) no-repeat left center;
    font-weight: bold;
    font-size: 16px;
    color: #282828;
    letter-spacing: 2px;
}
.hot-keyword a{
    display: inline-block;
    font-size:16px;
    color:#7f7f7f;
    position: relative;
    margin-right: 15px;
}
.hot-keyword a:hover{
    color:#2554ac;
}
.hot-keyword a:after{
    content:"、";
    position: absolute;
    right: -19px;
    bottom:0;
    font-size:16px;
    color:#7f7f7f;
}
.hot-keyword a:last-child:after{
    display: none;
}
.formbox{
    width: 400px;
}
.formbox input[type=text]{
    float: left;
    width: 350px;
    line-height: 50px;
    outline: none;
    font-size:16px;
    color:#333;
    text-indent: 35px;
    background: #f2f2f2;
}
.formbox input[type=text]::placeholder{
    font-size:16px;
    color:#7f7f7f;
}
.formbox input[type=submit]{
    cursor: pointer;
    float: left;
    width: 50px;
    height: 50px;
    background:#2554ac url("../img/search.png") no-repeat center;
}
.formbox input[type=submit]:hover{
    background:#7ccf37 url("../img/search.png") no-repeat center;
}

.alltitle{
    text-align:center;
    margin-bottom: 25px;
}
.alltitle .fir{
    font-weight: bold;
    font-size:40px;
    color:#282828;
}
.alltitle .fir span{
    color:#2554ac;
}
.alltitle .sec{
    font-weight: lighter;
    font-size:20px;
    color:#595959;
    margin: 10px 0;
}
.alltitle img{
    margin:0 auto;
    display: block;
}
.pro_type{
    text-align:center;
    margin-bottom: 30px;
}
.pro_type a{
    display: inline-block;
    line-height: 50px;
    width: 195px;
    text-align:center;
    font-size:20px;
    color:#6b6b6b;
    font-weight: bold;
    background: #eee;
    margin: 0 6px;
}
.pro_type a.active{
    background: #2554ac;
    color:#fff;
}
.in_product .pro_item .pro-list{
    display: none;
}
.in_product .pro_item .top{
    background: #f3f3f3;
    padding:37px;
    height: 457px;
    margin-bottom: 25px;
}
.in_product .pro_item .top .imgbox{
    position: relative;
    float: left;
    width: 555px;
    height: 100%;
    background: #fff;
}
.in_product .pro_item .top .text{
    float: right;
    width: 515px;
}
.in_product .pro_item .top .text .parentitle{
    margin-top: 28px;
    margin-bottom: 28px;
    font-size:18px;
    color:#fff;
    font-weight: bold;
    display: inline-block;
    padding:0 20px;
    line-height: 40px;
    border-radius: 0 0 18px 0;
    background: linear-gradient(to right,#2758a9 29%,#7ccf37);
}
.in_product .pro_item .top .text .title{
    font-size:32px;
    color:#282828;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.in_product .pro_item .top .text .des{
    font-size:18px;
    color:#737373;
    line-height: 25px;
    margin-bottom: 50px;
}
.abox{
    width: 370px;
    display: flex;
    justify-content: space-between;
}
.abox a{
    width: 175px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abox a span{
    color:#fff;
    font-size:18px;
    display: inline-block;
    margin-left: 10px;
}
.abox a:first-child{
    background: #2554ac;
}
.abox a:last-child{
    background: #7ccf37;
}
.abox a:hover{
    background: linear-gradient(to right,#2758a9 29%,#7ccf37);
}
.in_product .pro_item .top .text .line{
    margin:20px 0;
}
.in_product .pro_item .bottom .list{
    float: left;
    width: 380px;
    margin-right: 30px;
}
.in_product .pro_item .bottom .list:last-child{
    margin-right: 0;
}
.allpro{
    position: relative;
    overflow: hidden;
}
.allpro .imgbox{
    width: 100%;
    height: 290px;
    position: relative;
    border:3px solid #eee;
    overflow: hidden;
}
.allpro .imgbox img{
    max-height: 88%;
}
.allpro .title{
    width: 100%;
    background: #eee;
    line-height: 90px;
    text-align:center;
    font-size:23px;
    color:#282828;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.allpro .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.allpro .meng a{
    display: block;
    width: 100%;
    height: 100%;
}
.allpro .meng .kong{
    width: 100%;
    height: 60%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: -60%;
    left: 0;
}
.allpro .meng .text{
    width: 100%;
    height: 40%;
    background:#2554ac;
    position: absolute;
    text-align:center;
    color:#fff;
    padding-top: 56px;
    left:0;
    bottom:-40%;
}
.allpro .meng .text .t1{
    font-size:22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.allpro .meng .text .t2{
    font-size:17px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.allpro .meng .text span{
    display: block;
    width: 60px;
    line-height: 60px;
    background: #7ccf37;
    border-radius: 70px;
    position: absolute;
    left:50%;
    margin-left: -30px;
    top:0;
    font-size: 39px;
}
.allpro:hover .meng .kong{
    top:0;
}
.allpro:hover .meng .text{
    bottom:0;
}
.allpro:hover .meng .text span{
    top:-30px;
}
.in_youshi{
    background: url("../img/youshibg.jpg") no-repeat top center;
}
.youshibox{
    width: 100%;
    height: 575px;
    position: relative;
}
.youshibox .swiper-container{
    height: 100%;
}
.youshibox .swiper-slide {
    height: 100%;
}
.youshibox .youshi-list{
    height: 100%;
}
.youshibox .text ,.youshibox .imgbox{
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    background: #fff;
}
.youshibox .text {
    padding:40px;
}
.youshibox .text .tbox{
    border-bottom:1px solid #dfdfdf;
    padding-bottom: 22px;
}
.youshibox .text .tbox .left{
    float: left;
}
.youshibox .text .tbox .left .icon{
    width: 80px;
    height: 60px;
    position: relative;
    float: left;
    margin-right: 10px;
}
.youshibox .text .tbox .left .wenzi{
    float: left;
}
.youshibox .text .tbox .left .wenzi .t1{
    font-size:30px;
    color:#282828;
}
.youshibox .text .tbox .left .wenzi .t2{
    font-size:16px;
    color:#282828;
    text-transform: uppercase;
}
.youshibox .text .tbox .right{
    width: 80px;
    height: 60px;
    position: relative;
    float: right;
}
.youshibox .text .des{
    font-size:16px;
    color:#3d3d3d;
    line-height: 25px;
    margin-top: 40px;
}
.youshibox .text .des strong{
    font-size:22px;
}
.youshibox .youshi-jiaodian{
    position: absolute;
    width: 92.5%;
    margin:0 auto;
    height: 145px;
    bottom:45px;
    left:50%;
    transform: translateX(-50%);
    z-index: 1;
}
.youshibox .youshi-jiaodian .but{
    float: left;
    width: 45px;
    height: 100%;
    position: relative;
}
.youshibox .youshi-jiaodian .but .swiper-pagination-bullet{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    opacity: 1;
    border:2px solid #d2d2d2;
    margin:21px 0;
    background: none;
}
.youshibox .youshi-jiaodian .but .swiper-pagination-bullet-active{
    border:2px solid #2f5cb0;
    background: none;
}
.youshibox .youshi-jiaodian .item{
    float: left;
    width: 670px;
    height: 100%;
    box-shadow: 0 0 6px #c7c7c7;
}
.youshibox .youshi-jiaodian .item .list{
    float: left;
    width: 25%;
    height: 100%;
    text-align:center;
    padding-top: 24px;
}
.youshibox .youshi-jiaodian .item .list:nth-child(even){
    background: #fff;
}
.youshibox .youshi-jiaodian .item .list:nth-child(odd){
    background: #f5f5f5;
}
.youshibox .youshi-jiaodian .item .list.active{
    background: #2554ac;
}
.youshibox .youshi-jiaodian .item .list .icon1{
    width: 100%;
    height: 45px;
    position: relative;
}
.youshibox .youshi-jiaodian .item .list.active .icon1 img{
    filter: grayscale(100%) brightness(1000%);
}
.youshibox .youshi-jiaodian .item .list .s1{
    font-size:22px;
    color:#282828;
    margin-top: 10px;
}
.youshibox .youshi-jiaodian .item .list.active .s1{
    color:#fff;
}
.youshibox .youshi-jiaodian .item .list .s2{
    font-size:12px;
    color:#282828;
    text-transform: uppercase;
}
.youshibox .youshi-jiaodian .item .list.active .s2{
    color:#fff;
}
.youshibox .youshi-jiaodian .youshi-tel{
    box-shadow: 0 0 6px #c7c7c7;
    float: left;
    width: 395px;
    height: 100%;
    background:url("../img/bg1.jpg") no-repeat center / cover;
}
.youshibox .youshi-jiaodian .youshi-tel .tel-text{
    margin: 42px 0 0 60px;
    padding-left:80px;
    color:#fff;
    background: url("../img/youshi-tel.png") no-repeat left center;
}
.youshibox .youshi-jiaodian .youshi-tel .tel-text .fir{
    font-size:16px;
}
.youshibox .youshi-jiaodian .youshi-tel .tel-text .sec{
    font-size:28px;
    font-weight: bold;
    margin-top: 5px;
}
.youshi-bar{
    margin-top: 60px;
}
.youshi-bar .icon1{
    float: left;
    margin-top: 12px;
}
.youshi-bar .text{
    float: left;
    color:#fff;
    margin-left: 30px;
}
.youshi-bar .text .a1{
    font-weight: bold;
    font-size:32px;
    color:#fff;
    margin-bottom: 7px;
}
.youshi-bar .text .a2 span{
    display: inline-block;
    padding-left:23px;
    background: url("../img/yuan.png") no-repeat left center;
    font-size:18px;
    color:#fff;
}
.youshi-bar  a{
    display: block;
    line-height: 50px;
    width: 180px;
    font-size:16px;
    text-align:center;
    color:#fff;
    border:1px solid #fff;
    border-radius: 50px;
    float: right;
    margin-top: 9px;
}
.youshi-bar  a:hover{
    border:none;
    background: linear-gradient(to right,#2758a9 29%,#7ccf37);
}
.in_company{
    background: #fff url("../img/companybg.png") no-repeat center top 75px;
    box-shadow: 0 0 6px #c7c7c7;
    margin-top: 60px;
}
.in_company .company_des{
    width: 910px;
    text-align:center;
    line-height: 30px;
    font-size:16px;
    color:#595959;
    margin:0 auto 30px auto;
}
.in_company .abox{
    margin:0 auto;
    width: 378px;
}
.in_company .abox a{
    width: 180px;
}
.chejian{
    position: relative;
}
.allchejian .imgbox{
    width: 100%;
    height: 195px;
    overflow: hidden;
}
.allchejian:hover .imgbox img{
    transform: scale(1.05);
}
.allchejian .title{
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid #a0a0a0;
    position: relative;
}
.allchejian .title:after{
    position: absolute;
    content:"";
    display: block;
    width: 0;
    bottom:-1px;
    height: 1px;
    background: #2554ac;
    transition: all 0.35s;
}
.allchejian:hover .title:after{
    width: 100%;
}
.allchejian .title .s1{
    font-size:14px;
    color:#595959;
    display:block;
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.allchejian .title .icon{
    width: 21px;
    height: 21px;
    background:url("../img/allchejian-icon.png") no-repeat center;
}
.allchejian:hover .title .s1{
    color:#2554ac;
}
.allchejian:hover .title .icon{
    background:url("../img/allchejian-icon1.png") no-repeat center;
}
.swiper-container-chejian{
    width: 940px;
    margin:40px auto 0 auto;
}
.chejian .but{
    width: 50px;
    height: 50px;
    background: #999;
    border-radius: 50px;
    margin-top: -25px;
}
.chejian .but:hover{
    background: #2554ac;
}
.chejian .swiper-button-next{
    right:53px;
}
.chejian .swiper-button-prev{
    left:53px;
}
.in_hezuo{
    width: 100%;
    height: 624px;
    background: url("../img/hezuobg.jpg") no-repeat center;
    padding-top: 80px;
}
.in_hezuo_box{
    background: #fff;
    padding:35px;
}
.hezuo_item{
    float: left;
    width: 556px;
}
.hezuo_tbox{
    margin-bottom: 20px;
}
.hezuo_tbox .fir{
    font-size:28px;
    color:#282828;
    font-weight: bold;
}
.hezuo_tbox .sec{
    font-size:16px;
    color:#595959;
    font-weight: lighter;
}
.hezuo_item .swiper-container{
    width: 100%;
    height: 250px;
    position: relative;
}
.hezuo_item .swiper-slide{
    height: calc((100% - 30px)/3);
}
.hezuo_item .swiper-slide .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    border:2px solid #eaeaea;
}
.hezuo_item .swiper-slide .imgbox:hover{
    border:2px solid #7ccf37;
}

.in_hezuo .mesbox{
    width: 527px;
    float: right;
}
.in_hezuo .mesbox form .inputbox{
    float: left;
    width: 260px;
    position: relative;
    height: 47px;
}
.in_hezuo .mesbox form input[type=text]{
    line-height: 47px;
    font-size:14px;
    color:#333;
    text-indent: 25px;
    background: #f5f5f5;
    outline: none;
    width: 260px;
    float: left;
    margin-right: 7px;
    margin-bottom: 10px;
}
.in_hezuo .mesbox form input[type=text]::placeholder{
    font-size:14px;
    color:#b0b0b0;
}
.in_hezuo .mesbox form textarea{
    width: 100%;
    height: 70px;
    background: #f5f5f5;
    outline: none;
    margin-bottom: 10px;
    font-size:14px;
    color:#333;
    padding:25px;
}
.in_hezuo .mesbox form .inputbox .verify{
    position: absolute;
    width: 95px;
    height: 50px;
    right:0;
    top:0;
}
.in_hezuo .mesbox form .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.mesbox .abox{
    width: 100%;
}
.mesbox .abox a{
    width: 260px;
    height: 50px;
}
.mesbox .abox button[type=reset]{
    width: 260px;
    line-height: 50px;
    text-align:center;
    font-size:16px;
    color:#fff;
    background: #7ccf37;
    cursor: pointer;
}
.mesbox .abox button[type=reset]:hover{
    background: linear-gradient(to right,#2758a9 29%,#7ccf37);
}
.in_news_box .left{
    float: left;
    width: 715px;
}
.in_news_box .left .box1{
    margin-bottom: 20px;
}
.in_news_box .left .box1 .tbox span{
    display: block;
    float: left;
}
.in_news_box .left .box1 .tbox span.s1{
    width: 135px;
    line-height: 37px;
    background: #2554ac url(../img/news-icon1.png) no-repeat left 10px center;
    padding-left: 36px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.in_news_box .left .box1 .tbox span.s2{
    color:#282828;
    font-size: 22px;
    line-height: 37px;
    width: 560px;
    padding-left: 20px;
}
.in_news_box .left .box1 .des{
    font-size:14px;
    color:#757575;
    padding:20px 0;
    border-bottom:1px dashed #d2d2d2;
    line-height: 22px;
}
.in_news_box .left .box1 .des span{
    color:#2554ac;
}
.in_news_box .left .box1 .des span:hover{
    color:#7ccf37;
}
.in_news_box .left .box2 .list{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom:1px dashed #d2d2d2;
}
.in_news_box .left .box2 .list .imgbox{
    float: left;
    width: 210px;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.in_news_box .left .box2 .list .text{
    float: right;
    width: 505px;
    padding-left: 30px;
    height: 120px;
}
.in_news_box .left .box2 .list:hover .text{
    background: #2554ac;
}
.in_news_box .left .box2 .list .text .title{
    font-size:18px;
    font-weight: bold;
    color:#282828;
    margin: 17px 0 15px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.in_news_box .left .box2 .list .text .des{
    font-size:14px;
    color:#757575;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.in_news_box .left .box2 .list:hover .text .title{
    color:#fff;
}
.in_news_box .left .box2 .list:hover .text .des{
    color:#fff;
}
.in_news_box .left .box3 .list a .title{
    display: block;
    width: 425px;
    position: relative;
    padding-left: 17px;
    font-size:18px;
    color:#282828;
    float: left;
    line-height: 40px;
}
.in_news_box .left .box3 .list a .title:before{
    content:"";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #2554ac;
    left:0;
    top: 17px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.in_news_box .left .box3 .list:hover a .title:before{
    background: #7ccf37;
}
.in_news_box .left .box3 .list a .time{
    float: right;
    font-size:18px;
    color:#a1a1a1;
    line-height: 40px;
}
.in_news_box .right{
    width: 420px;
    height: 572px;
    float: right;
    background: url("../img/wentibg.png") no-repeat center;
    padding:30px 25px;
}
.in_news_box .right .tbox{
    font-size:22px;
    color:#2554ac;
    margin-bottom: 17px;
    font-weight: bold;
}
.in_news_box .right .tbox span{
    font-size:16px;
    color:#a7a7a7;
    text-transform: uppercase;
}
.in_news_box .right img{
    width: 100%;
}
.in_news_box .right .item .list{
    padding: 20px 0;
    margin-bottom: 5px;
    border-bottom:1px dashed #d2d2d2;
}
.in_news_box .right .item .list:last-child{
    border-bottom:none;
}
.in_news_box .right .item .list .title{
    position: relative;
    padding-left: 17px;
    font-size: 16px;
    color: #282828;
    font-weight: bold;
}
.in_news_box .right .item .list .title:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #2554ac;
    left: 0;
    top: 9px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.in_news_box .right .item .list .des{
    font-size: 14px;
    color: #757575;
    padding-left: 18px;
    margin-top: 10px;
}
.in_news_box .right .item .list:hover .title:before {
    background: #7ccf37;
}
.footerbox {
    padding: 40px 0;
    background: #001528;
}
.footerbox .left{
    float: left;
    width: 454px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerbox .icon .imgbox{
    width: 36px;
    height: 36px;
    position: relative;
    margin:0 auto;
}
.footerbox .icon p{
    color:#fff;
    font-size:14px;
    text-align:center;
    margin-top: 10px;
}
.footerbox .left .erbox{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}
.footerbox .left .erbox img{
    width: 100%;
}
.footerbox .left .lx{
    color:#b8babd;
    font-size:14px;
    line-height: 30px;
    width: 254px;
}
.footerbox .left .lx a{
    color:#b8babd;
}
.footerbox .center{
    float: left;
    width: 350px;
    background: #072242;
    border-radius: 50px 6px 50px 6px;
    color:#fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 0 35px;
    margin-left: 65px;
}
.footerbox .center .text .fir{
    font-weight: bold;
    font-size:28px;
}
.footerbox .center .text .sec{
    font-size:20px;
    margin-top: 5px;
}
.footerbox .right{
    float: right;
    width: 260px;
}
.footerbox .right .t{
    font-weight: bold;
    font-size:16px;
    color:#7ccf37;
    padding-left: 30px;
    background: url("../img/f-icon1.png") no-repeat left center;
    line-height: 30px;
    margin-bottom: 10px;
}
.footerbox .right .box {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.footerbox .right .box a{
    display: block;
    font-size: 14px;
    color: #579731;
    line-height: 30px;
    width: 50%;
    padding-left: 10px;
    position: relative;
}
.footerbox .right .box a:hover{
    color:#7ccf37;
}
.footerbox .right .box a:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background: #579731;
    left: 0;
    top: 13px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.footerbox .right .box a:hover:before{
    background: #7ccf37;
}
.copy{
    background: #001528;
    font-size:14px;
    color:#a3a7ab;
    line-height: 60px;
    border-top:1px solid #1a2d3e;
}
.copy a{
    color:#a3a7ab;
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}
.sbanner{
    width: 100%;
    height: 440px;
    background: url("../img/sbanner01.jpg") no-repeat center;
}
.allcrumbs{
    line-height:60px;
    background: #f3f3f3 url("../img/home-icon.png") no-repeat left 20px center;
    font-size:14px;
    color:#525252;
    font-weight: lighter;
    padding-left: 50px;
}
.allcrumbs a{
    font-size:14px;
    color:#525252;
}
.inner-company-fir{
    padding:40px 0 60px 0;
    background: #fff url(../img/companybg.png) no-repeat center;
}
.inner-company-fir .left{
    float: left;
    width: 650px;
}
.inner-company-fir .left .tbox .fir{
    font-size:40px;
    color:#282828;
    font-weight: bold;
}
.inner-company-fir .left .tbox .sec{
    font-size:24px;
    color:#2554ac;
    margin:20px 0;
}
.inner-company-fir .left .des{
    font-size:16px;
    line-height: 30px;
    color:#595959;
}
.inner-company-fir .right{
    width: 503px;
    float: right;
}
.inner-company-sec{
    margin-bottom: 60px;
}
.inner-company-sec .tbox{
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}
.inner-company-sec .tbox .list{
    float: left;
    width: 33.33%;
    height: 80px;
    background: #2554ac;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-company-sec .tbox .list.active{
    background: #7ccf37;
}
.inner-company-sec .tbox .list-inner{
    width: 100%;
}
.inner-company-sec .tbox .list .fir{
    font-size:22px;
    color:#fff;
    font-weight: bold;
}
.inner-company-sec .tbox .list .sec{
    font-size:12px;
    color:#fff;
    text-transform: uppercase;
}
.inner-company-sec .tbox .list.active .fir{
    color:#fff;
}
.inner-company-sec .tbox .list.active .sec{
    color:#fff;
}
.inner-company-sec .tbox .list.active .imgbox img{
    filter: grayscale(100%) brightness(1000%);
}
.inner-company-sec .tbox .list .text{
    margin-left: 20px;
}
.inner-company-sec .picbox{
    background: #f3f3f3;
    padding:30px;
    border-radius: 0 0 30px 30px;
}
.inner-company-sec .picbox .imgbox{
    height: 240px;
    overflow: hidden;
}
.inner-company-sec .picbox .item{
    display: none;
}
.inner-company-thr{
    margin-top: 60px;
}
.inner-company-thr .lxbox{
    height: 330px;
}
.inner-company-thr .imgbox{
    float: left;
    width: 485px;
    height: 100%;
}
.inner-company-thr .text{
    float: left;
    width:715px;
    height: 100%;
    background: #f3f3f3;
    padding:4%;
}
.inner-company-thr .text .fir{
    font-size:28px;
    color:#363636;
    font-weight: 700;
}
.inner-company-thr .text .sec{
    font-size: 16px;
    color: #707070;
    line-height: 30px;
    margin: 3.5% 0 4% 0;
}
.inner-company-thr .text .thr{
    font-size:16px;
    color:#707070;
    font-weight: bold;
}
.inner-company-thr .text .thr span{
    font-size:30px;
    color:#2554ac;
    font-weight: 700;
}
.inner-company-youshi{
    background: url("../img/inner-company-2.jpg") no-repeat center / cover;
}
.alltitle .thr{
    margin-top: 10px;
}
.alltitle .thr span{
    display: inline-block;
    padding-left: 23px;
    background: url(../img/yuan.png) no-repeat left center;
    font-size: 18px;
    color: #fff;
}
.alltitle .thr span:nth-child(1){
    margin-right: 30px;
}
.inner-company-youshi .item{
    margin-top: 30px;
}
.inner-company-youshi .list{
    width: 285px;
    height: 140px;
    background: rgba(0,0,0,0.2);
    padding: 10px;
    float: left;
    margin-right: 20px;
}
.inner-company-youshi .list:last-child{
    margin-right: 0;
}
.inner-company-youshi .list-inner{
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
}
.inner-company-youshi .shuzi{
    color:#eff1f7;
    font-size:100px;
    font-family: Impact;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    z-index: 1;
    text-align:center;
    opacity: 0;
}
.inner-company-youshi .list.active .shuzi{
    opacity: 1;
}
.inner-company-youshi .text{
    position: absolute;
    width: 100%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
    z-index: 2;
    text-align:center;
}
.inner-company-youshi .text img{
    display: block;
    margin:0 auto;
}
.inner-company-youshi .text p{
    font-weight: bold;
    font-size:24px;
    color:#282828;
    margin-top: 10px;
}
.inner-company-youshi .list:hover .text img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.all_sider{
    float: left;
    width: 280px;
}
.all_sider .box{
    background: #2454ac;
    padding: 0 20px 20px 20px;
}
.all_sider_top{
    background: #2454ac;
    text-align:center;
    color:#fff;
    height: 100px;
    padding-top: 18px;
}
.all_sider_top .fir{
    font-weight: bold;
    font-size:30px;
    letter-spacing: 2px;
}
.all_sider_top .sec{
    text-transform: uppercase;
    font-size:14px;
    margin-top: 5px;
}
.bg{
    background: #f7f7f7;
}
.all_sider_ul{
    background-color: #fff;
    padding: 10px;
}
.all_sider_ul ul li{
    margin-bottom: 10px;
    position: relative;
}
.all_sider_ul ul li:last-child{
    margin-bottom: 0;
}
.all_sider_ul ul li>a{
    display: block;
    line-height: 50px;
    background: #eee;
    font-size: 18px;
    color: #282828;
    font-weight: bold;
    position: relative;
    padding-left: 18px;
}
.all_sider_ul ul li>a:hover ,.all_sider_ul ul li>a[date=active]{
    color:#fff;
    background: #7ccf37;
}
.all_sider_ul ul li i{
    display: block;
    position: absolute;
    width: 15px;
    height: 50px;
    background: url("../img/sider-icon.png") no-repeat center;
    right:22px;
    top:0;
    cursor: pointer;
}
.all_sider_ul ul li .erji a{
    display: block;
    padding: 8px 0 8px 38px;
    font-size: 14px;
    color:#333;
    background: #eee;
    margin-top: 10px;
    position: relative;
}
.all_sider_ul ul li .erji a:before{
    content:"◆";
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size:20px;
    color:#aaa;
}
.all_sider_ul ul li .erji a:hover
,.all_sider_ul ul li .erji a.active{
    color: #fff;
    background: #7ccf37;
}
.all_sider_ul ul li .erji a:hover:before
,.all_sider_ul ul li .erji a.active:before{
    color:#fff;
}
.all_sider_ul ul li .erji{
    display: none;
}
.all_sider .lxbox{
    height: 120px;
    background: url(../img/lxbg.jpg) no-repeat center / cover;
    margin-top: 20px;
    padding-top: 34px;
}
.all_sider .lxbox .tel-text{
    margin: 0 0 0 23px;
    padding-left: 66px;
    color: #fff;
    background: url(../img/youshi-tel.png) no-repeat left center;
    background-size: 50px;
}
.all_sider .lxbox .tel-text .fir{
    font-size:16px;
}
.all_sider .lxbox .tel-text .sec{
    font-size: 25px;
    font-weight: bold;
    margin-top: 5px;
}
.all_pro_right{
    width: 880px;
    float: right;
}

.top-des-pro .left{
    float: left;
    width: 460px;

}
.top-des-pro .left>.swiper-container{
    border:1px solid #eee;
}
.top-des-pro .left .pic{
    width: 100%;
    height: 380px;
    position: relative;
}
.top-des-pro  .but{
    width: 35px;
    height: 56px;
    margin-top: -28px;
    background-color: #7f7f7f;
}
.top-des-pro  .but:after{
    font-size:25px;
}
.top-des-pro  .but:hover{
    background-color: #2454ac;
}
.top-des-pro  .swiper-button-prev{
    left:0;
}
.top-des-pro .swiper-button-next{
    right:0;
}
.top-des-pro .shuzi{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #7e7e7e;
    position: absolute;
    right:20px;
    bottom:20px;
    z-index: 1;
}
.top-des-pro  .shuzi span{
    font-size:16px;
    color:#fff;
    font-weight: bold;
}
.top-des-pro  .shuzi .swiper-pagination{
    font-size:16px;
    color:#fff;
    font-weight: bold;
}
.top-des-pro .right{
    float: right;
    width: 385px;
}
.top-des-pro .right .title{
    font-size:26px;
    color:#282828;
    font-weight: bold;
    margin-bottom: 23px;
}
.top-des-pro .right .parentitle{
    margin-bottom: 28px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 0 0 18px 0;
    background: linear-gradient(to right,#2758a9 29%,#7ccf37);
}
.top-des-pro .right .lxbox{
    margin-top: 30px;
}
.top-des-pro .right .lxbox p{
    font-size:15px;
    color:#747474;
    line-height: 48px;
    padding-left: 28px;
    border-bottom:1px dashed #e5e5e5;
}
.top-des-pro .right .lxbox p a{
    color:#747474;
}
.top-des-pro .right .lxbox p.linkman{
    background: url("../img/p-linkman.png") no-repeat left center;
}
.top-des-pro .right .lxbox p.email{
    background: url("../img/p-email.png") no-repeat left center;
}
.top-des-pro .right .lxbox p.address{
    background: url("../img/p-address.png") no-repeat left center;
}
.top-des-pro .right .tel{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #2454ac;
    height: 55px;
    margin-top: 42px;
}
.top-des-pro .right .tel img{
    margin:0 14px;
}
.top-des-pro .right .tel span{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-right: 22px;
}
.top-des-pro .right .tel a{
    display: block;
    line-height: 55px;
    background: #7ccf37;
    width: 173px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.top-des-pro .right .tel a:hover{
    background: linear-gradient(to right,#2758a9 29%,#7ccf37);
}
.bottom-des-pro{
    margin-top: 40px;
}
.des-content{
    font-size: 16px;
    color: #737373;
    line-height: 30px;
    background: #f3f3f3;
    padding: 35px;
}
.des-content strong{
    color:#282828;
    font-size:18px;
    margin-bottom: 10px;
    display: block;
}
.des-content img{
    margin:0 auto;
    max-width: 100%;
}
.des-content table{
    width: 100% !important;
    border-collapse: collapse;
}

.des-content table tr td{
    font-size:15px;
    color:#2c2b2b;
    text-align:center;
    border:1px solid #e3e3e3;
}
.inner-pro-item .list{
    float: left;
    width: 280px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.inner-pro-item .list:nth-child(3n){
    margin-right: 0;
}
.all_pro_right .allcrumbs{
    margin-bottom: 30px;
}
.inner-pro-item .list .allpro .imgbox{
    height: 240px;
}
.inner-pro-item .list .allpro .title {
    line-height: 45px;
    font-size: 16px;
}
.inner-pro-item .list .allpro .meng .text{
    padding:30px 15px 0 15px;
}
.inner-pro-item .list .allpro .meng .text span{
    width: 40px;
    line-height: 40px;
    font-size: 32px;
    margin-left: -20px;
}
.inner-pro-item .list .allpro:hover .meng .text span{
    top:-20px;
}
.inner-pro-item .list .allpro .meng .text .t1 {
    font-size: 18px;
}
.allpro .meng .text .t2{
    font-size: 13px;
    color:rgba(255,255,255,0.5);
}
.des-content .inner-shili{
    margin-top: 30px;
}
.des-content .inner-shili .t{
    color: #282828;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}
.des-content .inner-shili .item .list{
    float: left;
    width: 393px;
    height: 280px;
    position: relative;
    margin-right: 24px;
}
.des-content .inner-shili .item .list:nth-child(n+3){
    margin-top: 24px;
}
.des-content .inner-shili .item .list:nth-child(2n){
    margin-right: 0;
}
.des-content .inner-shili .item .list .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
}
.des-content .inner-shili .item .list p{
    font-size:22px;
    color:#fff;
    font-weight: bold;
    text-align:center;
    background: rgba(36,84,172,0.8);
    width: 100%;
    bottom:0;
    left:0;
    position: absolute;
    line-height: 50px;
}
.protbox{
    margin-top: 40px;
}
.protbox .fir{
    font-weight: bold;
    font-size:32px;
    color:#282828;
}
.protbox img{
    margin: 20px 0 30px 0;
}
.otherbox .allpro .imgbox{
    height: 213px;
}
.otherbox .allpro .title{
    line-height: 70px;
    font-size:17px;
    color:#282828;
}
.otherbox .allpro .meng .text span{
    width: 40px;
    line-height: 40px;
    font-size: 26px;
    margin-left: -20px;
}
.otherbox .allpro:hover .meng .text span{
    top:-20px;
}
.otherbox .allpro .meng .text{
    height: 27%;
    padding-top: 32px;
}
.otherbox .allpro .meng .text .t1{
    font-size:14px;
}
.otherbox .allpro .kong{
    height: 78%;
    top:-78%;
}
.inner-yingyong-item{
    margin-top: 30px;
}
.inner-yingyong-list{
    float: left;
    width: 381px;
    margin-right: 28px;
    margin-bottom: 28px;
}
.inner-yingyong-list:nth-child(3n){
    margin-right: 0;
}
.inner-yingyong-list .imgbox{
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.inner-yingyong-list .title a{
    display: block;
    background: #eee;
    font-size:16px;
    color:#333;
    line-height: 55px;
    text-align:center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.inner-yingyong-list:hover .title a{
    background: #7ccf37;
    color:#fff;
}
.inner-yingyong-list-sec:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-news-des{
    background: #fff;
    margin-top: 41px;
}
.inner-news-des .left .tbox{
    margin-bottom: 1%;
    text-align: center;
}
.inner-news-des .left .tbox .fir{
    font-size: 32px;
    color:#333;
}
.inner-news-des .left .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}

.clickbox{
    line-height: 25px;
    margin-bottom: 31px;
    padding: 5px 10px;
    color: #777;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: center;
}
.clickbox span{
    margin-right: 2%;
}
.article-content{
    font-size: 16px;
    color: #737373;
    line-height: 30px;
}
.article-content img{
    max-width: 100%;
    margin:1% auto;
}
.news-inner-list{
    padding: 25px;
    background: #fff;
    margin-bottom: 30px;
}
.news-inner-list:hover{
    box-shadow: 0px 0px 10px #e6e6e6;
}
.news-inner-list .imgbox{
    width: 229px;
    height: 155px;
    float: left;
}
.news-inner-list .text{
    width: 568px;
    float: right;
}
.news-inner-list .text .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:20px;
    font-weight: 700;
    color:#333;
    margin-top: 6px;
}
.news-inner-list .text .con{
    line-height: 24px;
    color: #666;
    font-size: 14px;
    margin-bottom: 17px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-inner-list .text  .more .time{
    font-size:16px;
    color:#999;
    float: left;
    font-family: cll;
}
.news-inner-list .text  .more .kan{
    float: right;
    display: block;
    width: 145px;
    line-height: 35px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #eee;
    font-size: 14px;
    color: #666;
    margin-top: -8px;
}
.news-inner-list:hover .text  .more .kan{
    color:#fff;
    background: #2554ac;
    border:1px solid #2554ac;
}
.contact-inner .top{
    margin-top: 30px;
}
.contact-inner .top .list{
    float: left;
    width: 285px;
    height: 217px;
    border: 1px solid #e8ecf0;
    background-color: #f3f5f8;
    text-align:center;
    padding:0 20px;
    margin-right: 20px;
}
.contact-inner .top .list:last-child{
    margin-right: 0;
}
.contact-inner .top .list .imgbox{
    text-align:center;
    margin-top: 42px;
}
.contact-inner .top .list .imgbox svg{
    width: 40px;
    height: 40px;
    fill: url(#svgGradient);
}
.contact-inner .top .list .text{
    margin-top: 20px;
}
.contact-inner .top .list .text .fir{
    color: #929292;
    font-size:16px;
    margin-bottom: 9px;
}
.contact-inner .top .list .text .sec{
    color: #333;
    font-size: 17px;
}
.contact-inner .top .list .text .sec a{
    color: #333;
}
.contact-inner .bottom{
    width: 100%;
    height: 400px;
    margin-top: 30px;
}
.contact-inner .bottom #mapbox{
    width: 100%;
    height: 100%;
}

.inner-messagebox{
    margin-top: 30px;
}
.inner-messagebox .right{
    float: left;
    width: 610px;
}
.inner-messagebox .warpper{
    padding:30px;
    border:1px solid #eee;
}
.inner-messagebox .mesimg{
    float: right;
    width: 424px;
    margin-top: 30px;
}
.biaodan .top{
    margin-bottom: 30px;
}
.biaodan .top .fir{
    color: #414141;
    font-size:28px;
}
.biaodan .top .fir span{
    color:#7ccf37;
    text-transform: uppercase;
}
.biaodan .top .sec{
    color: #999;
    font-size:14px;
}
.biaodan form .form-tr{
    margin-bottom: 15px;
}
.biaodan form .tbox{
    float: left;
    width: 20%;
    line-height: 50px;
    text-align:center;
    background: #e3e5ea;
    font-size:14px;
    color:#666;
}
.biaodan form input{
    float: left;
    width: 80%;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 20px;
}
.biaodan form input::placeholder{
    font-size:14px;
    color:#999;
}
.biaodan form textarea{
    float: left;
    width: 80%;
    height: 100px;
    border: 1px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    padding:20px;

}
.biaodan form textarea::placeholder{
    font-size:14px;
    color:#999;
}
.biaodan form .inputbox{
    height: 50px;
    position: relative;
}
.biaodan form .inputbox .verify{
    position: absolute;
    width: 102px;
    height: 36px;
    right: 10px;
    top: 7px;
}
.biaodan form .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.biaodan form .submit{
    display: block;
    line-height: 50px;
    background: #2554ac;
    text-align:center;
    font-size:16px;
    font-weight: bold;
    color:#fff;
}
.biaodan form .submit:hover{
    background: linear-gradient(to right,#2758a9 29%,#7ccf37);
}
.key {
    text-align:center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size:16px;
    color:#666;
}

.pro-des-moive{
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}
.des-tumb{
    margin-top: 10px;
}
.des-tumb .imgbox{
    width: 100%;
    height: 75px;
    border:1px solid #eee;
    position: relative;
}